home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / mathstud.zip / MAKE_EXE.M < prev    next >
Text File  |  1994-10-18  |  366b  |  9 lines

  1. % create a stand alone MathViews executable
  2.  
  3.   _loadlib math_org    % load the original precompiled MathViews MLB
  4.   _compile mvrun       % compile your own code (turn off debugger)
  5.   _savelib             % create the new mathview.MLB file
  6.   _bind                % create MATHVRT.EXE
  7.                        % (_bind requires mathview.rtm in the current dir)
  8.  
  9.